翻訳と辞書
Words near each other
・ TCNJ School of Business
・ TCNJ School of Engineering
・ TCNN
・ TCO
・ TCO Boeny
・ TCO Certification
・ TCO Certified
・ TcoF-DB
・ TCOM
・ TCOM (linguistics)
・ TCOM Blue Devil
・ Tcon
・ Tcov
・ TCP
・ TCP (antiseptic)
TCP acceleration
・ TCP congestion-avoidance algorithm
・ TCP Cookie Transactions
・ TCP delayed acknowledgment
・ TCP Fast Open
・ TCP Friendly Rate Control
・ TCP fusion
・ TCP Gender Changer
・ TCP global synchronization
・ TCP half-open
・ TCP hole punching
・ TCP offload engine
・ TCP pacing
・ TCP Port Service Multiplexer
・ TCP protein domain


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

TCP acceleration : ウィキペディア英語版
TCP acceleration

TCP acceleration is the name of a series of techniques for achieving better throughput on an Internet connection than standard TCP achieves, without modifying the end applications. It is an alternative or a supplement to TCP tuning.
Commonly used approaches include ACK pacing, TCP transparent proxies in two or more middleboxes, and TCP offload engines.
== TCP transparent proxies ==
TCP transparent proxies involve breaking of long end-to-end control loops to several smaller control loops by intercepting and relaying TCP connections within the network. By adopting this procedure, they allow for the TCP flows to have a shorter reaction time to packet losses which may occur within the network and thus guarantees a higher throughput.
The idea of a TCP accelerator is to terminate TCP connections inside the network processor and then relay the data to a second connection toward the end system. The data packets that originate from the sender are buffered at the accelerator node, which is responsible for performing local retransmissions in the event of packet loss. Thus, in case of losses, the feedback loop between the sender and the receiver is shortened to the one between the acceleration node and the receiver which guarantees a faster delivery of data to the receiver.
Since TCP is a rate-adaptive protocol, the rate at which the TCP sender injects
packets into the network is directly proportional to the prevailing load condition within the network as well as the processing capacity of the receiver. The prevalent conditions within the network are judged by the sender on the basis of the acknowledgments received by it. The acceleration node splits the feedback loop between the sender and the receiver and thus guarantees a shorter round trip time (RTT) per packet. A shorter RTT is beneficial as it ensures a quicker response time to any changes in the network and a faster adaptation by the sender to combat these changes.
Disadvantages of the method include the fact that the TCP session has to be directed through the accelerator; this means that if routing changes, so that the accelerator is no longer in the path, the connection will be broken. It also destroys the end-to-end property of the TCP ack mechanism; when the ACK is received by the sender, the packet has been stored by the accelerator, not delivered to the receiver.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「TCP acceleration」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.